|
AT-NFC
2.1 (win)
AT-NFC kernel set
|
Errors codes used by NFC export functions. More...
Errors codes used by NFC export functions.
| #define NFC_ERR_DEINIT 0xA020 |
nfcDeInit: error base
| #define NFC_ERR_DEINIT_HAL_DEINIT NFC_ERR_DEINIT + 0x01 |
call hal_deinit failed
| #define NFC_ERR_GET_DATA 0xA060 |
nfcGetData: error base
| #define NFC_ERR_GET_DATA_BY_TAG 0xA080 |
nfcGetDataByTag: error base
| #define NFC_ERR_GET_DATA_BY_TAG_INV_LEN NFC_ERR_GET_DATA_BY_TAG + 0x02 |
not enaugh space
| #define NFC_ERR_GET_DATA_BY_TAG_INV_PARAM NFC_ERR_GET_DATA_BY_TAG + 0x01 |
inv param
| #define NFC_ERR_GET_DATA_BY_TAG_INV_VAL NFC_ERR_GET_DATA_BY_TAG + 0x03 |
inv value obtained
| #define NFC_ERR_GET_DATA_BY_TAG_LIST 0xA0A0 |
nfcGetDataByTagList: error base
| #define NFC_ERR_GET_DATA_BY_TAG_LIST_INV_LEN NFC_ERR_GET_DATA_BY_TAG_LIST + 0x03 |
not enaugh space
| #define NFC_ERR_GET_DATA_BY_TAG_LIST_INV_LIST NFC_ERR_GET_DATA_BY_TAG_LIST + 0x02 |
inv list
| #define NFC_ERR_GET_DATA_BY_TAG_LIST_INV_PARAM NFC_ERR_GET_DATA_BY_TAG_LIST + 0x01 |
inv param
| #define NFC_ERR_GET_DATA_BY_TAG_NOT_READY NFC_ERR_GET_DATA_BY_TAG + 0x04 |
inv command sequence
| #define NFC_ERR_GET_DATA_INV_LEN NFC_ERR_GET_DATA + 0x02 |
not enaugh space
| #define NFC_ERR_GET_DATA_INV_PARAM NFC_ERR_GET_DATA + 0x01 |
inv param
| #define NFC_ERR_INIT 0xA000 |
nfcInit: error base
| #define NFC_ERR_INIT_HAL_INIT NFC_ERR_INIT + 0x01 |
call hal_init failed
| #define NFC_ERR_ISS_SCRIPT_PROCESS 0xA0C0 |
nfcIssScriptProcess: error base
| #define NFC_ERR_ISS_SCRIPT_PROCESS_INV_DATA NFC_ERR_ISS_SCRIPT_PROCESS + 0x02 |
inv tran data
| #define NFC_ERR_ISS_SCRIPT_PROCESS_INV_PARAM NFC_ERR_ISS_SCRIPT_PROCESS + 0x01 |
inv param
| #define NFC_ERR_ISS_SCRIPT_PROCESS_MEM_ALLOC NFC_ERR_ISS_SCRIPT_PROCESS + 0x03 |
mem alloc failure
| #define NFC_INF_INV_COMM_SEQUESNCE 0x0302 |
invalid command sequence
| #define NFC_INF_OUTCOME 0x0301 |
see nfc outcome for details